cargo.git
2016-08-01 Aleksey KladovWarn about unused keys in dependency specification
2016-08-01 borsAuto merge of #2938 - alexcrichton:virtual-in-git,...
2016-08-01 Alex CrichtonFix depending on git repos with workspaces
2016-07-31 borsAuto merge of #2933 - steveklabnik:semver_testing,...
2016-07-31 borsAuto merge of #2934 - jethrogb:patch-2, r=alexcrichton
2016-07-31 jethrogbClarify [replace] section capabilities
2016-07-31 Steve Klabnikregenerate the lockfile
2016-07-30 Steve Klabnikbump to newer semver version
2016-07-29 borsAuto merge of #2921 - jonathandturner:bin_by_default...
2016-07-29 Jonathan TurnerAdd tests for passing both --bin and --lib
2016-07-29 Jonathan TurnerAdd --lib to init/new. Add status message for completed...
2016-07-28 borsAuto merge of #2927 - alexcrichton:fix-nightiles, r...
2016-07-28 Alex CrichtonAdd a sleep to a rebuilding test to fix nightlies
2016-07-27 borsAuto merge of #2924 - luser:error-removing-file, r...
2016-07-27 Ted MielczarekPrint a more useful error message when the target binar...
2016-07-27 borsAuto merge of #2919 - alexcrichton:workspace-rebuild...
2016-07-27 Alex CrichtonAlways build libraries into the same location
2016-07-27 borsAuto merge of #2920 - alexcrichton:wut, r=brson
2016-07-26 Alex CrichtonImprove file open error when packaging crates
2016-07-26 borsAuto merge of #2918 - munyari:man-pages, r=alexcrichton
2016-07-26 Panashe M.... Add man page for pkgid subcommand
2016-07-26 Panashe M.... add man page for rustdoc subcommand
2016-07-26 Panashe M.... add man page for uninstall subcommand
2016-07-26 Panashe M.... add man page for generate-lockfile subcommand
2016-07-26 Panashe M.... add man page for version subcommand
2016-07-26 Panashe M.... add man page for metadata subcommand
2016-07-26 Panashe M.... Add man page for cargo login
2016-07-26 borsAuto merge of #2917 - alexcrichton:cainfo, r=brson
2016-07-25 borsAuto merge of #2909 - jonathandturner:debug_release_at_...
2016-07-25 Jonathan TurnerAdd 'Finished' line after compile finishes with compile...
2016-07-25 Panashe M.... Add rustc man page
2016-07-25 Panashe M.... Add man page for cargo yank
2016-07-25 borsAuto merge of #2915 - matklad:rename-shell, r=alexcrichton
2016-07-25 Panashe M.... Add cargo fetch man page
2016-07-25 borsAuto merge of #2910 - BusyJay:master, r=alexcrichton
2016-07-25 Alex CrichtonAdd `http.cainfo` config for custom certs
2016-07-25 borsAuto merge of #2913 - cuviper:disable-option-checking...
2016-07-25 Aleksey KladovMinor, rename function parameter
2016-07-25 borsAuto merge of #2912 - matklad:move-target-dir, r=alexcr...
2016-07-24 Josh Stoneconfigure: Support --disable-option-checking
2016-07-24 Aleksey KladovFix config loading test
2016-07-24 Aleksey KladovIgnore some config errors during init
2016-07-24 Aleksey KladovRead target config later
2016-07-23 Jay LeeFix python detection
2016-07-23 Aleksey KladovMove `target_dir` to workspace
2016-07-22 borsAuto merge of #2908 - froydnj:spelling-fixes, r=alexcri...
2016-07-23 Nathan Froydfix typos in src/doc/manifest.md
2016-07-22 borsAuto merge of #2907 - alexcrichton:alias-no-override...
2016-07-22 Alex CrichtonDon't allow aliases to override builtin commands
2016-07-21 borsAuto merge of #2900 - matklad:lazy-config, r=alexcrichton
2016-07-20 Aleksey KladovUse LazyCell to implement lazy Config
2016-07-20 Aleksey KladovCoalesce config.rustc and config.rustc_info
2016-07-20 Aleksey KladovMove path to rustc into Rustc struct
2016-07-20 Aleksey KladovScrape tools config lazily
2016-07-19 borsAuto merge of #2811 - alexcrichton:network-is-error...
2016-07-19 borsAuto merge of #2893 - KasMA1990:patch-1, r=alexcrichton
2016-07-19 Kasper Møller... Include reference to Rust code structuring
2016-07-19 Alex CrichtonAdd flags to assert lock/cache behavior to Cargo
2016-07-18 borsAuto merge of #2891 - upsuper:fix-search-path, r=alexcr...
2016-07-18 Xidorn QuanSearch dylib path from cargo before system
2016-07-18 borsAuto merge of #2849 - wezm:publish_dry_run, r=alexcrichton
2016-07-18 borsAuto merge of #2889 - bennofs:fix-cargo-rustc-help...
2016-07-17 Wesley MooreAdd --dry-run option to publish sub-command
2016-07-17 Benno Fünfstückfix help for cargo rustc -p
2016-07-17 borsAuto merge of #2887 - wuranbo:doc-explain-doublebracket...
2016-07-17 吴冉波doc: manifest.md add explain about double-bracket
2016-07-17 borsAuto merge of #2885 - nelhage:ssh-retry-loop, r=alexcri...
2016-07-16 Nelson Elhagegit: only attempt ssh-agent authentication once
2016-07-16 borsAuto merge of #2883 - wuranbo:patch-1, r=alexcrichton
2016-07-16 吴冉波doc: typo
2016-07-15 borsAuto merge of #2881 - matklad:lazy-rustc-info, r=alexcr...
2016-07-15 Aleksey KladovRemove now unnecessary Rustc::blank method
2016-07-15 Aleksey KladovRetrieve Rustc info lazily
2016-07-14 borsAuto merge of #2879 - QuiltOS:replace-bug, r=alexcrichton
2016-07-14 John EricsonMerge branch 'master' into replace-bug
2016-07-14 John EricsonFix #2595 by skipping reflexive replacements
2016-07-14 John EricsonRefactor replacement logic
2016-07-14 John EricsonAdd minimal version of #2595 to test suite (test curren...
2016-07-14 borsAuto merge of #2876 - bennofs:fix-2851, r=alexcrichton
2016-07-14 Benno Fünfstückallow enabling features for deps with --features
2016-07-14 borsAuto merge of #2873 - integer32llc:typo, r=alexcrichton
2016-07-14 Jake GouldingFix typo in logging statement
2016-07-14 borsAuto merge of #2858 - QuiltOS:parser-clean, r=alexcrichton
2016-07-14 borsAuto merge of #2870 - matklad:add-host-triple, r=alexcr...
2016-07-13 borsAuto merge of #2679 - sbeckeriv:alias, r=alexcrichton
2016-07-13 Aleksey KladovAdd explicit host_triple to BuildConfig
2016-07-13 borsAuto merge of #2867 - mattscamp:add_jobs_flag, r=alexcr...
2016-07-13 John EricsonMove private function near the one area it is used
2016-07-13 John EricsonCleanup conversion of TOML to `SourceId`
2016-07-13 John EricsonUse flat_map to more concisely iterator through Options
2016-07-13 Aleksey KladovIntroduce `Context::host_triple` method
2016-07-13 Matthew CampAdd jobs flag to package
2016-07-12 borsAuto merge of #2863 - QuiltOS:specified-req, r=alexcrichton
2016-07-12 John EricsonMake the `DependencyInner::specified_req` field a bool.
2016-07-12 borsAuto merge of #2862 - alexcrichton:update-rust, r=alexc...
2016-07-12 Alex CrichtonUpdate the rust nightly to build cargo nightlies
2016-07-12 John EricsonTiny cleanup: functional update > mutation
2016-07-11 borsAuto merge of #2853 - matklad:reduce-duplication, r...
2016-07-11 borsAuto merge of #2852 - alexcrichton:doc-env-vars, r...
2016-07-11 Alex CrichtonDocument the RUSTC/RUSTDOC build script env vars
next